home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / swingall.jar / javax / swing / plaf / basic / BasicFileChooserUI$ChangeToParentDirectoryAction.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-07-15  |  810 b   |  19 lines

  1. package javax.swing.plaf.basic;
  2.  
  3. import java.awt.event.ActionEvent;
  4. import javax.swing.AbstractAction;
  5.  
  6. public class BasicFileChooserUI$ChangeToParentDirectoryAction extends AbstractAction {
  7.    // $FF: synthetic field
  8.    private final BasicFileChooserUI this$0;
  9.  
  10.    protected BasicFileChooserUI$ChangeToParentDirectoryAction(BasicFileChooserUI var1) {
  11.       super("Go Up");
  12.       this.this$0 = var1;
  13.    }
  14.  
  15.    public void actionPerformed(ActionEvent var1) {
  16.       this.this$0.getFileChooser().changeToParentDirectory();
  17.    }
  18. }
  19.